#libary,#fieldLibary{
   display:none;
   width:585px;
   border:8px solid gray;
   position:absolute;
   background-color: #CAE1FF;
   padding: 0;
}
#libary ul,#fieldLibary ul{
   list-style:none;
}
#libary li span,#fieldLibary li span{
   cursor:pointer;
   color:#5285BA;
   font-size:13px;
}
.close{
   margin-left:500px;
   margin-bottom:5px;
}
#button{text-align: right;}
#button button{margin: 5px;padding-top: 3px;}
#tags,#fieldTags{ 
   width:585px;
   height:auto!important;
   min-height:45px;
   *height:45px;
   margin:0;
   padding:5px 0 5px 8px;   
}
#tags.hopeArea{
   height:68px;
}
#fieldTags {
	min-height: 66px;
}
#tags li,#fieldTags li{
   float:left;
   margin-right:8px;
   height:25px;
   list-style-type:none;
   white-space: nowrap;
}

#tagChildren,#fieldTagChildren{
   margin:0 0 3px 0;
   padding:0;
   background-color:#fff;
   border-bottom:2px solid #aecbd4;
   border-top:2px solid #aecbd4;
}

.tag {
   margin:0;
   padding:7px 0 5px 8px;
   min-height:200px;
   width:585px;
   color:#474747;   
   display:none
}
#tagChildren div.selectedTag,#fieldTagChildren div.selectedTag{
   display:block;
}

ul.children{
  margin:0;
  padding:0;
}
ul.children li{	
	float:left;
	margin:0 6px 0 1px;
	white-space: nowrap;
	line-height: 1.6em;
}